@charset "utf-8";
/**/
.scroll_id { width: 100%; height: 100%; position: relative;margin-top: 30px; }
.scroll_id li { position: relative; width: 560px; height: 302px; padding: 0 27px;float: left; list-style-type: none; }
.scroll_id li a { display: block; width: 506px; border: 1px solid #ddd; }
.scroll_left, .scroll_right { position: absolute; background: url(../images/cb_left.png) no-repeat center center; top: 50%; margin-top: -44px; left: -40px; display: block; width: 35px; height: 88px; cursor: pointer; }
.scroll_right { background: url(../images/cb_right.png) no-repeat center center; left: auto; right: -40px; }
.part { }
.part .scrolllist { width: 1120px;margin: 0 auto; height: 90px;position: relative; }
.part .scroll_id li { width: 186px; height: 90px;padding: 0;}
.part .scroll_id li a { width: 180px;margin: auto 3px; height: 100%; border: 1px solid transparent; background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.part .scroll_id li a:hover { border-color: #ff5522; }
